FlexGrid for WinForms
AddRange(IEnumerable<IBand>) メソッド

C1.Win.FlexGrid.BandedView.6 アセンブリ > C1.Win.FlexGrid 名前空間 > BandCollection クラス > AddRange メソッド : AddRange(IEnumerable<IBand>) メソッド
IBandCollection の末尾に追加される要素を含むコレクション。
指定されたコレクションの要素を IBandCollection の最後に追加します。
シンタックス
'宣言
 
Public Overloads Sub AddRange( _
   ByVal collection As System.Collections.Generic.IEnumerable(Of IBand) _
) 
public void AddRange( 
   System.Collections.Generic.IEnumerable<IBand> collection
)

パラメータ

collection
IBandCollection の末尾に追加される要素を含むコレクション。
参照

BandCollection クラス
BandCollection メンバ
オーバーロード一覧